home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / comm / irc / NetInfo.lha / NetInfo.readme < prev   
Encoding:
Text File  |  1999-12-08  |  1.8 KB  |  51 lines

  1. Short:    (2.3) NetInfo plugin for AmIRC 2+
  2. Author:   Robin Cloutman <rycochet2@yahoo.com>
  3. Type:     comm/irc
  4. Requires: AmIRC 2+, TCP stack (tested with Miami)
  5.  
  6. This plugin gives some useful extra commands, /matchhost is like amirc's
  7. /findhost, but also does a complete resolve first, useful if someone is
  8. accessing your machine and you want to find out who. /resolve shows all the
  9. information a DNS server can provide, this can appear to lock up amirc when
  10. your DNS servers are lagged (same for /matchhost as that also resolves) but
  11. it *will* return, don't reset just yet (longest I've seen in 2 secs...).
  12. /clones is like amirc's internal clone detection, but can be called any time
  13. and can also display only clones of a single person. Finally /country is
  14. a basic country code lookup, it uses standard domain countries, and does a
  15. wordsearch, so you can also reverse lookup.
  16.  
  17. CHANGES SINCE FIRST AMINET RELEASE
  18. ==================================
  19.  
  20. 2.1
  21. · COUNTRY now supports /COUNTRY <nick>
  22.  
  23. 2.2
  24. · all commands can now take comma's between nicks, useful when dragging
  25.   nicks from the channel list ;-)
  26.  
  27. 2.3
  28. · oops, forgot to initialise a string, now you can "/COUNTRY <nick>"
  29.   properly again ;-P
  30. · Fixed the RX_RESOLVE command, use comma seperated options.
  31.  
  32. ---
  33. NetInfo.AmIPlug 2.3
  34. Copyright ©1999 Robin Cloutman <rycochet2@yahoo.com>
  35. Various internet functions
  36. Defined commands: MATCHHOST RESOLVE CLONES COUNTRY RX_MATCHHOST RX_RESOLVE RX_CLONES RX_COUNTRY
  37. ---
  38.  
  39. AmIRC Commands:
  40.    «Help» NetInfo.AmIPlug: MATCHHOST RESOLVE CLONES COUNTRY
  41.    «Help» Usage: /MATCHHOST hostmask
  42.    «Help» Usage: /RESOLVE host [host [host [...]]]
  43.    «Help» Usage: /CLONES [channel] [nick]
  44.    «Help» Usage: /COUNTRY [code|name|nick [code|name|nick [...]]]
  45.  
  46. Arexx Commands:
  47.     RX_MATCHHOST HOSTMASK/A
  48.     RX_RESOLVE HOSTS/A
  49.    RX_CLONES CHANNEL/A,NICK
  50.    RX_COUNTRY CODE=NAME=NICK/A
  51.